pointer array

美 [ˈpɔɪntər əˈreɪ]英 [ˈpɔɪntə(r) əˈreɪ]
  • 网络指针数组;指针阵列;指标阵列
pointer arraypointer array
  1. Furthermore , an algorithm of intraprocedural alias analysis for pointer array is presented .

    在此表示法的基础上,提出了指针数组的过程内别名分析算法。

  2. Traditional data partition ways are not suitable to pointer array whose member points to an array , so this paper presents a new mode to solve this problem , named array-vector data partition mode .

    传统数据划分模式不适合指向数组的指针数组的数据划分,论文提出了解决该类指针数组数据划分的划分模式,文中称为数组向量的数据划分。

  3. Technique of Code Obfuscation Based on Function Pointer Array

    基于函数指针数组的代码迷惑技术

  4. Each chunk is a direct index to the pointer array of the corresponding level : the first left-hand-side chunk to the first-level nodes , the second chunk to the nodes of the second level , and so on .

    每个小块便是相应层的指针数组的直接索引:最左边的小块指向第一层节点,第二个小块指向第二层的节点,依此类推。

  5. Pointer and Array Problem Analysis in C Program Design

    C语言指针与数组的难点分析

  6. Analysis of the Selection and Efficiency of Pointer and Array in C Language

    C语言中指针与数组的选用及效率剖析

  7. The analysis of similarities and differences when pointer and array are applied in programming in C language

    C语言中指针和数组在编程运用中的异同分析

  8. It has outlined the concepts of modeling C # pointer and array types .

    它概括了C指针和数组类型的概念。

  9. Secondly , the traditional auxiliary information supplied by compiler mainly concentrated on programming language syntax errors and other security related information such as null pointer , array bounds and other functional errors .

    其次,传统编译辅助信息主要集中于对程序语言语法错误以及可能的空指针、数组越界等功能性错误的检测。

  10. There 's no guarantee that you will actually get a direct pointer to the array or string even when using the Critical versions .

    即便使用Critical版本,也无法保证您能获得对数组或字符串的直接引用。

  11. ADDR is used in the parameter to give a pointer to the array as the parameter , and not the value itself .

    在参数中使用ADDR来把指向数组的指针作为参数,而不是值本身。

  12. The right-hand expression of a range clause must be an array , slice , string or map , or a pointer to an array ; or it may be a channel .

    range语句右边的表达式必须是array,slice,string或者map,或是指向array的指针,也可以是channel。

  13. On a JVM that provides a direct pointer to the array , the array will be updated ; however , on a JVM that returns a copy it will not be .

    在提供直接指向数组的指针的JVM上,该数组将被更新;但是,在返回副本的JVM上则不是如此。

  14. In earlier versions , it changes the return value of the generated function in_word_set () from its default Boolean value ( that is , 0 or1 ) to the pointer to wordlist array type .

    在早期版本中,它将生成的函数inwordset()返回的默认布尔值(即0或1)修改为pointertowordlistarray类型。

  15. The call to execv first takes a pointer to the name of the binary to be run , and then a pointer to the array of parameters that you declared earlier .

    execv调用首先取得一个指向要运行的二进制文件名称的指针,然后取得一个指向您前面声明的参数数组的指针。